xen: arm: parse modules from DT during early boot.
authorIan Campbell <ian.campbell@citrix.com>
Mon, 18 Feb 2013 15:20:34 +0000 (15:20 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Wed, 13 Mar 2013 10:56:56 +0000 (10:56 +0000)
commitc8bcb5723355772ca8e20382c559c6b19f639245
treeb694a3e343fb27b5b7a4c8de34089f5c131cd6a6
parent0c46b4ce85516e208f587fe518dad24156d84ac2
xen: arm: parse modules from DT during early boot.

The bootloader should populate /chosen/modules/module@<N>/ for each
module it wishes to pass to the hypervisor. The content of these nodes
is described in docs/misc/arm/device-tree/booting.txt

Signed-off-by: Ian Campbell <ian.campbell@citrix.com>
Acked-by: Stefano Stabellini <stefano.stabellini@eu.citrix.com>
docs/misc/arm/device-tree/booting.txt [new file with mode: 0644]
xen/common/device_tree.c